home *** CD-ROM | disk | FTP | other *** search
- Path: news.genie.net!usenet
- From: i.einman@genie.com (IAN J. EINMAN)
- Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.misc
- Subject: Re: How the heck to you specify a mouse as hotkey?
- Date: 16 Mar 1996 18:47:25 GMT
- Organization: via GEnie Services (1-800-638-9636 or info@genie.com)
- Sender: i.einman@genie.com (IAN J. EINMAN)
- Message-ID: <4if2bt$77k@rock101.genie.net>
- NNTP-Posting-Host: rock102.is.ge.com
-
- >>It seems you can specify things like LMOUSE/RBUTTON etc, but it doesn't
- seem to work?
-
- It seems most mouse events are stolen by the input handler. You can use the mouse
- events as qualifiers, for example "rmouse y" or something like that, but you must
- specify a key to trigger the press, the mouse things are qualifiers like shift, etc.
-
- If you want to try (and it won't work) to use the actual mousepress, you use like
- "RAWMOUSE LBUTTON" or something like that... but commodities does not seem to allow
- rawmouse/rawkey at this time.
-
-